home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2540 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: info.spt.net.cn!usenet
  2. From: Xu Yifeng <jafd@public.sta.net.cn>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland vs MSFT DLL size
  5. Date: Sun, 14 Jan 1996 13:58:26 -0800
  6. Organization: ZheJiang Securities Co.Ltd
  7. Message-ID: <30F97C82.108C@public.sta.net.cn>
  8. References: <4d70f1$ods@ns2.ptd.net>
  9. NNTP-Posting-Host: ts2-6.sta.net.cn
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b5 (Win16; I)
  14.  
  15. veronica catrombon wrote:
  16.  
  17. /*
  18. I have a DLL that is 65K bytes using MSFT Visual C++,
  19. and is 287K using Borland 4.0.  Source code is the
  20. same and they both work OK.   I've tried many ways
  21. to shrink the DLL coming out of the Borland compiler,
  22. but can't come close to the 65K of Visual C++.
  23. The only obvious thing is that I can't get the
  24. standard Libraries to link dynamically (only the
  25. static option works) under the Linker options.
  26. Any clues as to how to get the Borland version to
  27. 65K like the Visual C++ version?  Thanks in advance.
  28. */
  29.  
  30.  
  31. Hello, I don't have Borland C++ 4.0, but I have Borland 
  32. C++ 4.5, I know in Borland C++ 4.5, all library can be
  33. DLL, also include the Running-Time library, You maybe 
  34. try to use Borland C++ 4.5.
  35.  
  36. Best wish.
  37.